type go.pact.im/x/pgxprocess.database (interface)

Method Implmentations

Begin(context.Context) (pgx.Tx, error) (*Conn).handle.Begin (*Pool).handle.Begin *github.com/jackc/pgx/v5.Conn.Begin *github.com/jackc/pgx/v5/pgxpool.Conn.Begin *github.com/jackc/pgx/v5/pgxpool.Pool.Begin (*handle[...]).Begin
BeginTx(context.Context, pgx.TxOptions) (pgx.Tx, error) (*Conn).handle.BeginTx (*Pool).handle.BeginTx *github.com/jackc/pgx/v5.Conn.BeginTx *github.com/jackc/pgx/v5/pgxpool.Conn.BeginTx *github.com/jackc/pgx/v5/pgxpool.Pool.BeginTx (*handle[...]).BeginTx
CopyFrom(context.Context, pgx.Identifier, []string, pgx.CopyFromSource) (int64, error) (*Conn).handle.CopyFrom (*Pool).handle.CopyFrom *github.com/jackc/pgx/v5.Conn.CopyFrom *github.com/jackc/pgx/v5/pgxpool.Conn.CopyFrom *github.com/jackc/pgx/v5/pgxpool.Pool.CopyFrom (*handle[...]).CopyFrom
Exec(context.Context, string, ...any) (pgconn.CommandTag, error) (*Conn).handle.Exec (*Pool).handle.Exec *github.com/jackc/pgx/v5.Conn.Exec *github.com/jackc/pgx/v5/pgxpool.Conn.Exec *github.com/jackc/pgx/v5/pgxpool.Pool.Exec (*handle[...]).Exec
Ping(context.Context) error (*Conn).handle.Ping (*Pool).handle.Ping *github.com/jackc/pgx/v5.Conn.Ping *github.com/jackc/pgx/v5/pgxpool.Conn.Ping *github.com/jackc/pgx/v5/pgxpool.Pool.Ping (*handle[...]).Ping
Query(context.Context, string, ...any) (pgx.Rows, error) (*Conn).handle.Query (*Pool).handle.Query *github.com/jackc/pgx/v5.Conn.Query *github.com/jackc/pgx/v5/pgxpool.Conn.Query *github.com/jackc/pgx/v5/pgxpool.Pool.Query (*handle[...]).Query
QueryRow(context.Context, string, ...any) pgx.Row (*Conn).handle.QueryRow (*Pool).handle.QueryRow *github.com/jackc/pgx/v5.Conn.QueryRow *github.com/jackc/pgx/v5/pgxpool.Conn.QueryRow *github.com/jackc/pgx/v5/pgxpool.Pool.QueryRow (*handle[...]).QueryRow
SendBatch(context.Context, *pgx.Batch) pgx.BatchResults (*Conn).handle.SendBatch (*Pool).handle.SendBatch *github.com/jackc/pgx/v5.Conn.SendBatch *github.com/jackc/pgx/v5/pgxpool.Conn.SendBatch *github.com/jackc/pgx/v5/pgxpool.Pool.SendBatch (*handle[...]).SendBatch